home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / paris / wave / OPEN.dcr / 00021_ì]ëóämîF.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  412 b   |  26 lines

  1. global debug, music, gonext
  2.  
  3. on exitFrame
  4.   if music = 0 then
  5.     if debug = 0 then
  6.       if netdone() = 1 then
  7.         if gonext = 1 then
  8.           puppetSprite(2, 0)
  9.           puppetSound(0)
  10.           go("Moving")
  11.         end if
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.  
  17. on keyDown
  18.   if debug = 1 then
  19.     if gonext = 1 then
  20.       puppetSprite(2, 0)
  21.       puppetSound(0)
  22.       go("Moving")
  23.     end if
  24.   end if
  25. end
  26.